databases - определение. Что такое databases
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое databases - определение

ORGANIZED COLLECTION OF DATA IN COMPUTING
Database management system; DBMS; Database/Applications; Database system; List of database servers; List of Database Servers; Data base; Database software; Databases; Distributed data base; Database language; Dbms; Database Management System; Database management systems; Database systems; Data Base; Database instance; Distributed database management system; DDBMS; Distributed Database Management System; Data base management system; Database manager; Computer database; Database programming; Database development; Replication transparency; Forensic database; Db management; Database Management; Data bases; Database management software; Database System; Relation-valued attribute; Information Principle; Database Manager; Query Processing; Database query; Public database; D-base; DBMSs; Enterprise database management; Database management program; Database information system; Database management; Computer Databases; DB file; Types of DBMS; Database queries; Data-base; Scientific database; Research database; Numeric database; General-purpose DBMS; Distributed databases; DataBase; Database backend; Electronic data processing database; Public databases; History of database systems; Static analysis of query languages; Database (computing); Database languages
  • Basic structure of navigational [[CODASYL]] database model
  • Collage of five types of database models
  • thumb
  • In the [[relational model]], records are "linked" using virtual keys not stored in the database but defined as needed between the data contained in the records.
Найдено результатов: 497
List of biological databases         
WIKIMEDIA LIST ARTICLE
List of Biological databases; List of bioinformatics databases; Bioinformatics Databases; Protein sequence databases
Biological databases are stores of biological information. The journal Nucleic Acids Research regularly publishes special issues on biological databases and has a list of such databases.
Atmospheric chemistry observational databases         
Atmospheric Observational Databases; Atmospheric Chemistry Observational Databases
Over the last two centuries many environmental chemical observations have been made from a variety of ground-based, airborne, and orbital platforms and deposited in databases. Many of these databases are publicly available.
Online database         
DATABASE ACCESSIBLE FROM A NETWORK, INCLUDING FROM THE INTERNET
Movie database; Online databases; On-line database; ODBS; Internet database
An online database is a database accessible from a local network or the Internet, as opposed to one that is stored locally on an individual computer or its attached storage (such as a CD). Online databases are hosted on websites, made available as software as a service products accessible via a web browser.
China Economic Databases         
China Economic Databases (CED); The China Economic Databases (CED); The China Economic Databases
The China Economic Databases (CED) () is a project of the China Studies Center at National Chengchi University, Taiwan. It collects and publishes information on China's economic development to support scholarly research.
Aquatic toxicology databases         
Aquatic Toxicology Databases
Toxicological databases are large compilations of data derived from aquatic and environmental toxicity studies. Data is aggregated from a large number of individual studies in which toxic effects upon aquatic and terrestrial organisms have been determined for different chemicals.
Distributional–relational database         
TYPE OF DATABASE MANAGEMENT SYSTEM
Word-vector Databases; Distributional-Relational Databases; Distributional-relational database
A distributional–relational database, or word-vector database, is a database management system (DBMS) that uses distributional word-vector representations to enrich the semantics of structured data.
List of biodiversity databases         
WIKIMEDIA LIST ARTICLE
List of Biodiversity Databases
This is a list of biodiversity databases. Biodiversity databases store taxonomic information alone or more commonly also other information like distribution (spatial) data and ecological data, which provide information on the biodiversity of a particular area or group of living organisms.
Glacio-geological databases         
DATA ON GLACIALLY ASSOCIATED SEDIMENTARY DEPOSITS AND EROSIONAL ACTIVITY FROM FORMER AND CURRENT ICE-SHEETS
Glacio-geological database; Glacial-geological database; Glacial-geological databases; Glacio-geological Databases
Glacio-geological databases compile data on glacially associated sedimentary deposits and erosional activity from former and current ice-sheets, usually from published peer-reviewed sources. Their purposes are generally directed towards two ends: (Mode 1) compiling information about glacial landforms, which often inform about former ice-flow directions; and (Mode 2) compiling information which dates the absence or presence of ice.
Schema-agnostic databases         
TYPE OF DATABANK
User:Leonardossouza/sandbox; Schema-agnostic Databases
Schema-agnostic databases or vocabulary-independent databases aim at supporting users to be abstracted from the representation of the data, supporting the automatic semantic matching between queries and databases. Schema-agnosticism is the property of a database of mapping a query issued with the user terminology and structure, automatically mapping it to the dataset vocabulary.
Music ownership databases         
LISTS OF OWNERS OF MUSICAL COMPOSITIONS
User:Musikerin97/sandbox; Draft:Music ownership databases
Music ownership databases are lists of the owners of compositions and the people who represent them. Often, a piece of music will have more than one owner.

Википедия

Database

In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage. The design of databases spans formal techniques and practical considerations, including data modeling, efficient data representation and storage, query languages, security and privacy of sensitive data, and distributed computing issues, including supporting concurrent access and fault tolerance.

A database management system (DBMS) is the software that interacts with end users, applications, and the database itself to capture and analyze the data. The DBMS software additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS and the associated applications can be referred to as a database system. Often the term "database" is also used loosely to refer to any of the DBMS, the database system or an application associated with the database.

Computer scientists may classify database management systems according to the database models that they support. Relational databases became dominant in the 1980s. These model data as rows and columns in a series of tables, and the vast majority use SQL for writing and querying data. In the 2000s, non-relational databases became popular, collectively referred to as NoSQL, because they use different query languages.